*{
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}

body  {
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
}


.header {
    display: outside;
    justify-content: center;
    align-items: center;

}

.navbar {
    display:display-box;
    background-color:#0f1e39;
    overflow: hidden;
    align-items: center;
    width: 100%;
    z-index: 100%;
    position: fixed;
    width: 100%;
    z-index: 1000%;
    position: absolute;
}

.navbar a {

    float: inline-start;
    color: #ffffff;
    text-align: right;
    padding: 20px 30px;
    text-decoration: none;
    font-size: 20 px;


}

.navbar a:hover {
    background-color: #275dbd;
    color: black;
}

.navbar a.active {
    background-color: #00092f;
    color: white;

}

.parrafo {
    text-align: left;
    position: absolute;
    top: 43%;
    left: 10%;
    line-height: 1 px;
    color: #ffffff;
    font-style: normal;
    
} 

.hero-text {
    text-align: left;
    position: absolute;
    top: 10%;
    left: 20%;
    transform: translate(-50%, -10%);
    color: rgb(255, 255, 255);

}

body {
    background-image: url(imagenes/quienessomos.jpg)
}